home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Font / s / Font12 < prev    next >
Text File  |  1995-08-26  |  415b  |  17 lines

  1. ; Author: Copyright 1993 Shaun Blackmore
  2.  
  3.         GET     ^.h.regdefs
  4.         GET     ^.h.swinos
  5.         GET     ^.h.macros
  6.  
  7. ;os_error *Font_SetFontColours(FontHandle font, int back_colour, int fore_colour, int offset);
  8.  
  9.         PREAMBLE
  10.         STARTCODE Font_SetFontColours
  11. ;
  12.         STMFD   sp!, {lr}
  13.         SWI     SWI_Font_SetFontColours + XOS_Bit
  14.         MOVVC   r0,#0
  15.         LDMFD   sp!, {pc}^
  16.         END
  17.